home *** CD-ROM | disk | FTP | other *** search
- ; Logitech Two-Button Mouse Definition File for PictureThis
- ; Version 1.0 - February 27, 1990
- ;
- ; Initialization:
- BEGIN LeftB, MidB, RightB, LeftM, RightM, UpM, DownM
- ; Buttons do Function Keys F1, F2, and F3:
- LeftB: TYPE 0, 59 ; Left Button does F1
- MidB: TYPE 0, 61 ; Both Buttons Together do F3
- ; (Note: On a Three-Button Mouse, the Middle Button Alone does F2.)
- RightB: TYPE 0, 60 ; Right Button does F2
- ; Cursor Movements Horizontal and Vertical:
- LeftM: TYPE 0, 75; Left
- RightM: TYPE 0, 77 ; Right
- UpM: TYPE 0, 72 ; Up
- DownM: TYPE 0, 80 ; Down
-
-